home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / rcs56.zoo / rcs / man / rcsdiff.txt < prev    next >
Encoding:
Text File  |  1992-01-26  |  2.9 KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1)        Printed December 19, 1991           RCSDIFF(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -ksubst ] [ -q ]    [ -rrev1 [ -rrev2 ] ] [    -Vn ] [
  13.      -xsuffixes    ] [ diff options ] file    ...
  14.  
  15. DESCRIPTION
  16.      rcsdiff runs diff(1) to compare two revisions of each RCS
  17.      file given.
  18.  
  19.      Pathnames matching    an RCS suffix denote RCS files;    all
  20.      others denote working files.  Names are paired as explained
  21.      in    ci(1).
  22.  
  23.      The option    -q suppresses diagnostic output.  Zero,    one, or
  24.      two revisions may be specified with -r.  The option -ksubst
  25.      affects keyword substitution when extracting revisions, as
  26.      described in co(1); for example, -kk -r1.1    -r1.2 ignores
  27.      differences in keyword values when    comparing revisions 1.1
  28.      and 1.2.  To avoid    excess output from locker name
  29.      substitution, -kkvl is assumed if (1) at most one revision
  30.      option is given, (2) no -k    option is given, (3) -kkv is the
  31.      default keyword substitution, and (4) the working file's
  32.      mode would    be produced by co -l.  See co(1) for details
  33.      about -V and -x.  Otherwise, all options of diff(1) that
  34.      apply to regular files are    accepted, with the same    meaning
  35.      as    for diff.
  36.  
  37.      If    both rev1 and rev2 are omitted,    rcsdiff    compares the
  38.      latest revision on    the default branch (by default the trunk)
  39.      with the contents of the corresponding working file.  This
  40.      is    useful for determining what you    changed    since the last
  41.      checkin.
  42.  
  43.      If    rev1 is    given, but rev2    is omitted, rcsdiff compares
  44.      revision rev1 of the RCS file with    the contents of    the
  45.      corresponding working file.
  46.  
  47.      If    both rev1 and rev2 are given, rcsdiff compares revisions
  48.      rev1 and rev2 of the RCS file.
  49.  
  50.      Both rev1 and rev2    may be given numerically or symbolically.
  51.  
  52. EXAMPLE
  53.      The command
  54.  
  55.          rcsdiff  f.c
  56.  
  57.      compares the latest revision on the default branch    of the
  58.      RCS file to the contents of the working file f.c.
  59.  
  60.  
  61.  
  62.  
  63. Page 1                     TARGON /35     Operating System
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1)        Printed December 19, 1991           RCSDIFF(1)
  71.  
  72.  
  73.  
  74. ENVIRONMENT
  75.      RCSINIT
  76.       options prepended to the argument list, separated by
  77.       spaces.  See ci(1) for details.
  78.  
  79. DIAGNOSTICS
  80.      Exit status is 0 for no differences during    any comparison,    1
  81.      for some differences, 2 for trouble.
  82.  
  83. IDENTIFICATION
  84.      Author: Walter F. Tichy.
  85.      Revision Number: 5.3; Release Date: 1991/04/21.
  86.      Copyright O 1982, 1988, 1989 by Walter F. Tichy.
  87.      Copyright O 1990, 1991 by Paul Eggert.
  88.  
  89. SEE ALSO
  90.      ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1),
  91.      rcsmerge(1), rlog(1)
  92.      Walter F. Tichy, RCS--A System for    Version    Control,
  93.      Software--Practice    & Experience 15, 7 (July 1985),    637-654.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Page 2                     TARGON /35     Operating System
  130.  
  131.  
  132.  
  133. ə